home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / Talking Clock 1.0b1 Source / Talking Clock Source / Headers / util.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-28  |  299 b   |  16 lines  |  [TEXT/KAHL]

  1. /*
  2.  * util.h
  3.  */
  4.  
  5. #pragma once
  6. #ifndef util_h
  7. # define util_h
  8.  
  9. Boolean SpeechAvailable ( void ) ;
  10. Boolean ColorAvailable ( void ) ;
  11. Boolean OffscreenAvailable ( void ) ;
  12. Boolean KeyIsDown ( unsigned short keyCode ) ;
  13. Boolean CheckGestaltBit ( long selector , long bitNumber ) ;
  14.  
  15. #endif /* util_h */
  16.